home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vim20src.zip / VIM / README next >
Text File  |  1993-12-14  |  2KB  |  41 lines

  1. README for version 2.0 of Vim: Vi IMproved.
  2.  
  3. Vim is an almost compatible version of the UNIX editor vi. Only the 'Q'
  4. command is missing (you don't need it). Many new features have been added:
  5. multi level undo, command line history, filename completion, block operations,
  6. etc. See difference.doc.
  7.  
  8. This editor is very useful for editing programs and other plain ASCII files. 
  9. All commands are given with normal keyboard characters, so those who can type 
  10. with ten fingers can work very fast. Additionally function keys can be defined
  11. by the user.
  12.  
  13. Vim currently runs under Amiga DOS, MSDOS and many UNIX versions. Porting to
  14. other systems should not be very difficult.
  15.  
  16. Documentation:
  17.       tutor/readme - one hour training course for beginners
  18.      reference.doc - complete reference of all Vim commands
  19.     difference.doc - summarizes the differences with UNIX vi
  20.          index - alfabetical list of commands
  21.          amiga.doc - remarks for Amiga
  22.           unix.doc - remarks for unix
  23.          msdos.doc - remarks for MSDOS
  24.  
  25. Vim is Charityware. You can copy it as much as you like. Please read
  26. uganda.txt for details.
  27.  
  28.  
  29. The makefile offers some compilation options. If you do not use digraphs, you
  30. can save some memory by recompiling without the DIGRAPHS option. The Amiga
  31. and MS-DOS versions are compiled for a limited number of supported terminals.
  32. If you want to use Vim with other terminals you can recompile with the
  33. TERMCAP option. See the makefiles for further options.
  34.  
  35. Please send comments, bug reports and suggestions to:
  36.  
  37.     Bram Moolenaar        UUCP E-mail:    mool@oce.nl
  38.     Clematisstraat 30        FAX:    +31-77-595473
  39.     5925 BE  Venlo
  40.     The Netherlands
  41.